Definition Type: ComplexType
Name: EinrichtungType
Namespace: http://www.bewohnervertretung.at/EdiTypes
Containing Schema: EdiTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Name Drilldown into Unterabteilung Drilldown into Name Drilldown into Abteilung Drilldown into NameXSD Diagram of EinrichtungType
Collapse XSD Schema Code:
<xs:complexType name="EinrichtungType">
    <xs:all>
        <xs:element name="Abteilung" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation xml:lang="de-at">
            Die Abteilung, die die Meldung übermittelt.
          </xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:all>
                    <xs:element name="Unterabteilung" minOccurs="0" maxOccurs="1">
                        <xs:annotation>
                            <xs:documentation xml:lang="de-at">
                  Die Unterabteilung, die die Meldung übermittelt.
                </xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:attribute name="Name" use="required">
                                <xs:annotation>
                                    <xs:documentation xml:lang="de-at">
                      Der Name der Unterabteilung.
                    </xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:string">
                                        <xs:maxLength value="256" />
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                        </xs:complexType>
                    </xs:element>
                </xs:all>
                <xs:attribute name="Name" use="required">
                    <xs:annotation>
                        <xs:documentation xml:lang="de-at">
                Der Name der Abteilung.
              </xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:complexType>
        </xs:element>
    </xs:all>
    <xs:attribute name="Name" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="de-at">
          Der Name der Einrichtung, die die Meldung übermittelt.
        </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="stringWithAtLeastOneWordCharacter">
                <xs:minLength value="1" />
                <xs:maxLength value="256" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Abteilung edi:Abteilung 0 1
Collapse Child Attributes:
Name Type Default Value Use
Name edi:Name Required
Collapse Derivation Tree:
Collapse References:
mstns:Einrichtung, mstns:Einrichtung, mstns:Einrichtung